*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
body {
  font-family: Arial, "微软雅黑", sans-serif;
  color: #333;
  font-size: .16rem;
  width: 100%;
  line-height: 1.5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
  margin: 0;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}
textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
sup {
  vertical-align: top;
}
.bg-img-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-left {
  background-position: left center;
  background-repeat: no-repeat;
}
.imgs-btn img {
  cursor: zoom-in;
}
.lr-ti li {
  overflow: hidden;
  position: relative;
}
.lr-ti li .col {
  width: 50%;
  float: left;
}
.lr-ti li .txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lr-ti li .img img {
  width: 100%;
}
.lr-ti li:nth-child(2n) .col {
  float: right;
}
.lr-ti li:nth-child(2n) .col.txt {
  right: auto;
  left: 0;
}
.hvr-color {
  transition: all .3s;
}
.hvr-color:hover {
  color: #0261e3;
}
.com-padding {
  padding-top: .6rem;
  padding-bottom: .7rem;
}
.page-padding {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.com-sul .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.com-ul {
  margin: 0 -0.1rem;
}
.com-li {
  padding: 0 .1rem;
}
.fc {
  color: #fff;
}
.sc {
  color: #0261e3;
}
.sbc {
  background-color: #0261e3;
}
.fbc {
  background-color: #fff;
}
.pc {
  color: #666;
}
.tsi {
  transition: all .3s;
}
.block {
  display: block;
}
.a-full-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com-bg {
  background-color: #f5f5f5;
}
.bg-f {
  background-color: #fff;
}
.com-ba:before,
.com-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}
.com-show {
  position: relative;
}
.com-show .com-show-item {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform .5s;
  width: 0;
  z-index: -10;
}
.com-show .com-show-item.active {
  position: relative;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  width: auto;
  z-index: 1;
}
.go-top {
  display: none;
  cursor: pointer;
}
.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}
.go-top:hover:after {
  background: #0261e3;
}
.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}
.head-nav-bars {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 998;
}
.head-nav-bars span {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transform: translateY(-50%);
  background-color: #444;
}
.head-nav-bars span:before,
.head-nav-bars span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #444;
  transition: all .3s;
}
.head-nav-bars span:after {
  top: 10px;
}
.head-nav-bars span.active {
  background: none;
}
.head-nav-bars span.active:before,
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #0261e3;
}
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #0261e3;
}
.header-m {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  padding: 0 10px;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.header-m .w {
  position: relative;
}
.header-m .logo {
  position: relative;
}
.header-m .logo h1 {
  line-height: inherit;
}
.header-m .logo a {
  display: block;
  font-size: 0;
}
.header-m .logo img {
  height: 40px;
}
.header-m .logo p {
  position: absolute;
  top: 50%;
  left: .6rem;
  transform: translateY(-50%);
  color: #2d3540;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.header-m .logo p span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.header-m .nav {
  position: fixed;
  left: 0;
  top: .6rem;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition: all .4s;
  z-index: 999;
}
.header-m .nav.active {
  transform: scaleX(1);
}
.header-m .nav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.header-m .nav li {
  text-align: center;
  line-height: 50px;
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.header-m .nav li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
  transition: all .3s;
  z-index: 999;
}
.header-m .nav li:hover > a,
.header-m .nav li.active > a {
  color: #0261e3;
  border-bottom: 1px solid #0261e3;
}
.header-m .nav li .subnav {
  display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #0261e3;
}
.swiper-pagination.swiper-pagination {
  bottom: 30px;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: .1rem;
  height: .1rem;
  border: 2px solid #0261e3;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #0261e3;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}
.fadein,
.fadein-top,
.fadein-bottom,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 0.35s linear;
}
.fadein-top {
  transform: translateY(-0.1rem);
}
.fadein-bottom {
  transform: translateY(.1rem);
}
.fadein-left {
  transform: translateX(-0.1rem);
}
.fadein-right {
  transform: translateX(.1rem);
}
.effect.active .fadein,
.effect-hover:hover .fadein,
.effect-hover.fadein:hover,
.effect.fadein {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadeout,
.fadeout-top,
.fadeout-bottom,
.fadeout-left,
.fadeout-right {
  transition: all 0.35s linear;
}
.effect.active .fadeout,
.effect-hover:hover .fadeout,
.effect-hover.fadeout:hover,
.effect.fadeout {
  opacity: 0;
}
.effect.active .fadeout-top,
.effect-hover:hover .fadeout-top,
.effect-hover.fadeout-top:hover,
.effect.fadeout-top {
  transform: translateY(-0.1rem);
}
.effect.active .fadeout-bottom,
.effect-hover:hover .fadeout-bottom,
.effect-hover.fadeout-bottom:hover,
.effect.fadeout-bottom {
  transform: translateY(.1rem);
}
.effect.active .fadeout-left,
.effect-hover:hover .fadeout-left,
.effect-hover.fadeout-left:hover,
.effect.fadeout-left {
  transform: translateX(-0.1rem);
}
.effect.active .fadeout-right,
.effect-hover:hover .fadeout-right,
.effect-hover.fadeout-right:hover,
.effect.fadeout-right {
  transform: translateX(.1rem);
}
.offset-top,
.offset-bottom,
.offset-left,
.offset-right {
  transition: all 0.35s ease;
}
.effect.active .offset-top,
.effect-hover:hover .offset-top,
.effect-hover.offset-top:hover,
.effect.offset-top {
  transform: translateY(-0.1rem);
}
.effect.active .offset-bottom,
.effect-hover:hover .offset-bottom,
.effect-hover.offset-bottom:hover,
.effect.offset-bottom {
  transform: translateY(.1rem);
}
.effect.active .offset-left,
.effect-hover:hover .offset-left,
.effect-hover.offset-left:hover,
.effect.offset-left {
  transform: translateX(-0.1rem);
}
.effect.active .offset-right,
.effect-hover:hover .offset-right,
.effect-hover.offset-right:hover,
.effect.offset-right {
  transform: translateX(.1rem);
}
.open-width {
  opacity: 0;
  width: 0;
  height: 100%;
  transition: all 0.35s ease;
}
.open-height {
  opacity: 0;
  height: 0;
  width: 100%;
  transition: all 0.35s ease;
}
.close-width,
.close-height {
  height: 100%;
  width: 100%;
  transition: all 0.35s ease;
}
.effect.active .open-width,
.effect-hover:hover .open-width,
.effect-hover.open-width:hover,
.effect.open-width {
  width: 100% !important;
  opacity: 1;
}
.effect.active .open-height,
.effect-hover:hover .open-height,
.effect-hover.open-height:hover,
.effect.open-height {
  height: 100% !important;
  opacity: 1;
}
.effect.active .close-width,
.effect-hover:hover .close-width,
.effect-hover.close-width:hover,
.effect.close-width {
  width: 0 !important;
  opacity: 0;
}
.effect.active .close-height,
.effect-hover:hover .close-height,
.effect-hover.close-height:hover,
.effect.close-height {
  height: 0 !important;
  opacity: 0;
}
.scale,
.shrink {
  transition: all 0.35s ease;
}
.effect.active .scale,
.effect-hover:hover .scale,
.effect-hover.scale:hover,
.effect.scale {
  transform: scale(1.05);
}
.effect.active .shrink,
.effect-hover:hover .shrink,
.effect-hover.shrink:hover,
.effect.shrink {
  transform: scale(0.95);
}
.effect.active .rotate-once,
.effect-hover:hover .rotate-once,
.effect-hover.rotate-once:hover,
.effect.rotate-once {
  animation: rotate-effect 1s linear;
}
.effect.active .rotate,
.effect-hover:hover .rotate,
.effect-hover.rotate:hover,
.effect.rotate {
  animation: rotate-effect 1s infinite linear;
}
@keyframes rotate-effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.change {
  transition: all 0.35s ease;
}
.change:last-child {
  opacity: 0;
}
.effect.active .change:first-child,
.effect-hover:hover .change:first-child {
  transform: translateY(-100%);
  opacity: 0;
}
.effect.active .change:last-child,
.effect-hover:hover .change:last-child {
  transform: translateY(-100%);
  opacity: 1;
}
.center-fa {
  position: relative;
}
.center-fa .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,50%);
}
.center-fa .centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-fa .centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.img-auto {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
.img-full {
  width: 100%;
  height: 0;
  position: relative;
}
.img-full img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-full-x {
  display: block;
  width: 100%;
  height: auto !important;
}
.img-middle {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.img-middle img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  transition: all .3s;
}
.radius-circle {
  border-radius: 50%;
}
.radius {
  border-radius: 10px;
}
.shadow-small {
  box-shadow: 0 3px 5px rgba(0,0,0,0.175);
}
.shadow {
  box-shadow: 0 5px 10px rgba(0,0,0,0.175);
}
.shadow-big {
  box-shadow: 0 8px 15px rgba(0,0,0,0.175);
}
.shadow-none {
  box-shadow: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.weight-bold {
  font-weight: bold;
}
.line-mini {
  line-height: 1;
}
.line-small {
  line-height: 1.5;
}
.line {
  line-height: 1.75;
}
.line-big {
  line-height: 2;
}
.line-large {
  line-height: 2.5;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.word-indent {
  text-indent: 2em;
}
.word-more {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.word-break {
  word-break: break-all;
  word-wrap: break-word;
}
.word-block {
  white-space: nowrap;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.show,
.mini-hidden,
.small-hidden,
.middle-hidden,
.big-hidden,
.large-hidden {
  display: block;
}
.hidden,
.mini-show,
.small-show,
.middle-show,
.big-show,
.large-show {
  display: none;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
.fixed-bottom {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fixed-left {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  height: 100%;
}
.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
}
.fixed-left-top {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.fixed-right-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.fixed-left-bottom {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.fixed-right-bottom {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.text-main,
.button.border-main {
  color: #0a8;
}
.text-sub,
.button.border-sub {
  color: #0ae;
}
.text-dot,
.button.border-dot {
  color: #f60;
}
.border-main,
.table.border-main td,
.table.border-main th {
  border-color: #0a8;
}
.border-sub,
.table.border-sub td,
.table.border-sub th {
  border-color: #0ae;
}
.border-dot,
.table.border-dot td,
.table.border-dot th {
  border-color: #f60;
}
.bg-main,
.text.button:hover,
.border.button:hover,
.bg.button:hover,
.button[class*='-main']:hover,
.button[class*='-main'].active {
  background-color: #0a8;
}
.bg-sub,
.button[class*='-sub']:hover,
.button[class*='-sub'].active {
  background-color: #0ae;
}
.bg-dot,
.button[class*='-dot']:hover,
.button[class*='-dot'].active {
  background-color: #f60;
}
.text-black,
.button.border-black {
  color: #000;
}
.text-deep,
.button.border-deep {
  color: #333;
}
.text-dark,
.button.border-dark {
  color: #666;
}
.text-gray,
.button.border-gray {
  color: #999;
}
.text-silver,
.button.border-silver {
  color: #ddd;
}
.text-light,
.button.border-light {
  color: #f5f5f5;
}
.text-white,
.button.border-white,
.validate-tips div>.input-validate {
  color: #fff;
}
.text-danger,
.button.border-danger,
.input-invalid>.input-validate {
  color: #f00;
}
.text-warning,
.button.border-warning {
  color: #fb0;
}
.text-success,
.button.border-success,
.input-valid>.input-validate {
  color: #2c7;
}
.text-info,
.button.border-info {
  color: #0ae;
}
.text,
a.text-main:hover {
  color: #333;
}
.text-transparent {
  color: transparent;
}
.border-black,
.table.border-black td,
.table.border-black th {
  border-color: #000;
}
.border-deep,
.table.border-deep td,
.table.border-deep th {
  border-color: #333;
}
.border-dark,
.table.border-dark td,
.table.border-dark th {
  border-color: #666;
}
.border-gray,
.table.border-gray td,
.table.border-gray th {
  border-color: #999;
}
.border-silver,
.table.border-silver td,
.table.border-silver th {
  border-color: #ddd;
}
.border-light,
.table.border-light td,
.table.border-light th {
  border-color: #f5f5f5;
}
.border-white,
.table.border-white td,
.table.border-white th {
  border-color: #fff;
}
.border-danger,
.table.border-danger td,
.table.border-danger th,
.input-invalid:not(.input-novalidate) .input,
.form-validate .input:focus:invalid {
  border-color: #f00;
}
.border-warning,
.table.border-warning td,
.table.border-warning th {
  border-color: #fb0;
}
.border-success,
.table.border-success td,
.table.border-success th,
.input-valid:not(.input-novalidate) .input,
.form-validate .input:focus:valid {
  border-color: #2c7;
}
.border-info,
.table.border-info td,
.table.border-info th {
  border-color: #0ae;
}
.border-transparent {
  border-color: transparent !important;
}
.bg-black,
.button[class*='-black']:hover,
.button[class*='-black'].active {
  background-color: #000;
}
.bg-deep,
.button[class*='-deep']:hover,
.button[class*='-deep'].active {
  background-color: #333;
}
.bg-dark,
.button[class*='-dark']:hover,
.button[class*='-dark'].active {
  background-color: #666;
}
.bg-gray,
.button[class*='-gray']:hover,
.button[class*='-gray'].active {
  background-color: #999;
}
.bg-silver,
.button[class*='-silver']:hover,
.button[class*='-silver'].active {
  background-color: #ddd;
}
.bg-light,
.button[class*='-light']:hover,
.button[class*='-light'].active {
  background-color: #f5f5f5;
}
.bg-white,
.button[class*='-white']:hover,
.button[class*='-white'].active {
  background-color: #fff;
}
.bg-danger,
.button[class*='-danger']:hover,
.button[class*='-danger'].active,
.validate-tips .input-invalid>.input-validate {
  background-color: #f00;
}
.bg-warning,
.button[class*='-warning']:hover,
.button[class*='-warning'].active {
  background-color: #fb0;
}
.bg-success,
.button[class*='-success']:hover,
.button[class*='-success'].active,
.validate-tips .input-valid>.input-validate {
  background-color: #2c7;
}
.bg-info,
.button[class*='-info']:hover,
.button[class*='-info'].active {
  background-color: #0ae;
}
.bg,
.button.active {
  background-color: #f5f5f5;
}
.bg-inverse a:hover {
  opacity: .75;
}
.bg-inverse,
.bg-inverse a {
  color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.alert {
  background-color: #f5f5f5;
}
.alert-danger {
  background-color: #fee;
}
.alert-warning {
  background-color: #ffd;
}
.alert-success {
  background-color: #efd;
}
.alert-info {
  background-color: #eff;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box {
  display: block;
}
.child-inline-block > * {
  display: inline-block;
  vertical-align: middle;
}
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.grayscale {
  filter: grayscale(100%);
}
.com-dropdown {
  position: relative;
}
.com-dropdown-bd {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%) scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.com-dropdown:hover .com-dropdown-bd {
  transform: translate(-50%,100%) scaleY(1);
  opacity: 1;
  visibility: visible;
}
.com-dropdown-full {
  position: static;
}
.com-dropdown-full .com-dropdown-bd {
  width: 100%;
}
.com-dropdown.com-dropdown-left .com-dropdown-bd {
  left: 0;
  transform: translate(0,100%) scaleY(0);
}
.com-dropdown.com-dropdown-left:hover .com-dropdown-bd {
  transform: translate(0,100%) scaleY(1);
}
.com-dropdown.com-dropdown-right .com-dropdown-bd {
  left: auto;
  right: 0;
  transform: translate(0,100%) scaleY(0);
}
.com-dropdown.com-dropdown-right:hover .com-dropdown-bd {
  transform: translate(0,100%) scaleY(1);
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.layout-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.layout-row-bd {
  max-width: 100%;
  flex: 1;
}
.layout-row-side {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .layout-row {
    display: block;
  }
  .layout-row-side {
    width: 100% !important;
    margin: 0.2rem 0 !important;
  }
}
@media (max-width: 1200px) {
  .d-flex {
    display: block;
  }
  .d-flex > * {
    max-width: 100%;
  }
  .d-flex .flex-1 {
    width: 100%;
    padding: 0;
    margin: 0.2rem 0;
  }
}
.am-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  width: 100%;
  max-width: 1000px;
}
.am-container:before,
.am-container:after {
  content: " ";
  display: table;
}
.am-container:after {
  clear: both;
}
.am-g {
  margin: 0 -0.1rem;
}
.am-g:before,
.am-g:after {
  content: " ";
  display: table;
}
.am-g:after {
  clear: both;
}
.am-g .am-g.am-g-collapse {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.am-g.am-g-collapse .am-g {
  margin-left: 0;
  margin-right: 0;
}
.am-g-collapse [class*="am-u-"] {
  padding-left: 0;
  padding-right: 0;
}
.am-g-fixed {
  max-width: 1000px;
}
[class*="am-u-"] {
  width: 100%;
  float: left;
  position: relative;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
  float: right;
}
[class*="am-u-"] + [class*="am-u-"].am-u-end {
  float: left;
}
.am-g [class*="am-u-"] {
  padding: 0 .1rem;
}
[class*="am-u-pull-"] {
  left: auto;
}
[class*="am-u-push-"] {
  right: auto;
}
@media only screen {
  .am-u-sm-1 {
    width: 8.33333333%;
  }
  .am-u-sm-2 {
    width: 16.66666667%;
  }
  .am-u-sm-3 {
    width: 25%;
  }
  .am-u-sm-4 {
    width: 33.33333333%;
  }
  .am-u-sm-5 {
    width: 41.66666667%;
  }
  .am-u-sm-6 {
    width: 50%;
  }
  .am-u-sm-7 {
    width: 58.33333333%;
  }
  .am-u-sm-8 {
    width: 66.66666667%;
  }
  .am-u-sm-9 {
    width: 75%;
  }
  .am-u-sm-10 {
    width: 83.33333333%;
  }
  .am-u-sm-11 {
    width: 91.66666667%;
  }
  .am-u-sm-12 {
    width: 100%;
  }
  .am-u-sm-pull-0 {
    right: 0;
  }
  .am-u-sm-pull-1 {
    right: 8.33333333%;
  }
  .am-u-sm-pull-2 {
    right: 16.66666667%;
  }
  .am-u-sm-pull-3 {
    right: 25%;
  }
  .am-u-sm-pull-4 {
    right: 33.33333333%;
  }
  .am-u-sm-pull-5 {
    right: 41.66666667%;
  }
  .am-u-sm-pull-6 {
    right: 50%;
  }
  .am-u-sm-pull-7 {
    right: 58.33333333%;
  }
  .am-u-sm-pull-8 {
    right: 66.66666667%;
  }
  .am-u-sm-pull-9 {
    right: 75%;
  }
  .am-u-sm-pull-10 {
    right: 83.33333333%;
  }
  .am-u-sm-pull-11 {
    right: 91.66666667%;
  }
  .am-u-sm-push-0 {
    left: 0;
  }
  .am-u-sm-push-1 {
    left: 8.33333333%;
  }
  .am-u-sm-push-2 {
    left: 16.66666667%;
  }
  .am-u-sm-push-3 {
    left: 25%;
  }
  .am-u-sm-push-4 {
    left: 33.33333333%;
  }
  .am-u-sm-push-5 {
    left: 41.66666667%;
  }
  .am-u-sm-push-6 {
    left: 50%;
  }
  .am-u-sm-push-7 {
    left: 58.33333333%;
  }
  .am-u-sm-push-8 {
    left: 66.66666667%;
  }
  .am-u-sm-push-9 {
    left: 75%;
  }
  .am-u-sm-push-10 {
    left: 83.33333333%;
  }
  .am-u-sm-push-11 {
    left: 91.66666667%;
  }
  .am-u-sm-offset-0 {
    margin-left: 0;
  }
  .am-u-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-sm-offset-3 {
    margin-left: 25%;
  }
  .am-u-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-sm-offset-6 {
    margin-left: 50%;
  }
  .am-u-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-sm-offset-9 {
    margin-left: 75%;
  }
  .am-u-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-sm-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-sm-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-sm-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-sm-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width: 641px) {
  .am-u-md-1 {
    width: 8.33333333%;
  }
  .am-u-md-2 {
    width: 16.66666667%;
  }
  .am-u-md-3 {
    width: 25%;
  }
  .am-u-md-4 {
    width: 33.33333333%;
  }
  .am-u-md-5 {
    width: 41.66666667%;
  }
  .am-u-md-6 {
    width: 50%;
  }
  .am-u-md-7 {
    width: 58.33333333%;
  }
  .am-u-md-8 {
    width: 66.66666667%;
  }
  .am-u-md-9 {
    width: 75%;
  }
  .am-u-md-10 {
    width: 83.33333333%;
  }
  .am-u-md-11 {
    width: 91.66666667%;
  }
  .am-u-md-12 {
    width: 100%;
  }
  .am-u-md-pull-0 {
    right: 0;
  }
  .am-u-md-pull-1 {
    right: 8.33333333%;
  }
  .am-u-md-pull-2 {
    right: 16.66666667%;
  }
  .am-u-md-pull-3 {
    right: 25%;
  }
  .am-u-md-pull-4 {
    right: 33.33333333%;
  }
  .am-u-md-pull-5 {
    right: 41.66666667%;
  }
  .am-u-md-pull-6 {
    right: 50%;
  }
  .am-u-md-pull-7 {
    right: 58.33333333%;
  }
  .am-u-md-pull-8 {
    right: 66.66666667%;
  }
  .am-u-md-pull-9 {
    right: 75%;
  }
  .am-u-md-pull-10 {
    right: 83.33333333%;
  }
  .am-u-md-pull-11 {
    right: 91.66666667%;
  }
  .am-u-md-push-0 {
    left: 0;
  }
  .am-u-md-push-1 {
    left: 8.33333333%;
  }
  .am-u-md-push-2 {
    left: 16.66666667%;
  }
  .am-u-md-push-3 {
    left: 25%;
  }
  .am-u-md-push-4 {
    left: 33.33333333%;
  }
  .am-u-md-push-5 {
    left: 41.66666667%;
  }
  .am-u-md-push-6 {
    left: 50%;
  }
  .am-u-md-push-7 {
    left: 58.33333333%;
  }
  .am-u-md-push-8 {
    left: 66.66666667%;
  }
  .am-u-md-push-9 {
    left: 75%;
  }
  .am-u-md-push-10 {
    left: 83.33333333%;
  }
  .am-u-md-push-11 {
    left: 91.66666667%;
  }
  .am-u-md-offset-0 {
    margin-left: 0;
  }
  .am-u-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-md-offset-3 {
    margin-left: 25%;
  }
  .am-u-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-md-offset-6 {
    margin-left: 50%;
  }
  .am-u-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-md-offset-9 {
    margin-left: 75%;
  }
  .am-u-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-md-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-md-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-md-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-md-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-md-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .am-u-lg-1 {
    width: 8.33333333%;
  }
  .am-u-lg-2 {
    width: 16.66666667%;
  }
  .am-u-lg-3 {
    width: 25%;
  }
  .am-u-lg-4 {
    width: 33.33333333%;
  }
  .am-u-lg-5 {
    width: 41.66666667%;
  }
  .am-u-lg-6 {
    width: 50%;
  }
  .am-u-lg-7 {
    width: 58.33333333%;
  }
  .am-u-lg-8 {
    width: 66.66666667%;
  }
  .am-u-lg-9 {
    width: 75%;
  }
  .am-u-lg-10 {
    width: 83.33333333%;
  }
  .am-u-lg-11 {
    width: 91.66666667%;
  }
  .am-u-lg-12 {
    width: 100%;
  }
  .am-u-lg-pull-0 {
    right: 0;
  }
  .am-u-lg-pull-1 {
    right: 8.33333333%;
  }
  .am-u-lg-pull-2 {
    right: 16.66666667%;
  }
  .am-u-lg-pull-3 {
    right: 25%;
  }
  .am-u-lg-pull-4 {
    right: 33.33333333%;
  }
  .am-u-lg-pull-5 {
    right: 41.66666667%;
  }
  .am-u-lg-pull-6 {
    right: 50%;
  }
  .am-u-lg-pull-7 {
    right: 58.33333333%;
  }
  .am-u-lg-pull-8 {
    right: 66.66666667%;
  }
  .am-u-lg-pull-9 {
    right: 75%;
  }
  .am-u-lg-pull-10 {
    right: 83.33333333%;
  }
  .am-u-lg-pull-11 {
    right: 91.66666667%;
  }
  .am-u-lg-push-0 {
    left: 0;
  }
  .am-u-lg-push-1 {
    left: 8.33333333%;
  }
  .am-u-lg-push-2 {
    left: 16.66666667%;
  }
  .am-u-lg-push-3 {
    left: 25%;
  }
  .am-u-lg-push-4 {
    left: 33.33333333%;
  }
  .am-u-lg-push-5 {
    left: 41.66666667%;
  }
  .am-u-lg-push-6 {
    left: 50%;
  }
  .am-u-lg-push-7 {
    left: 58.33333333%;
  }
  .am-u-lg-push-8 {
    left: 66.66666667%;
  }
  .am-u-lg-push-9 {
    left: 75%;
  }
  .am-u-lg-push-10 {
    left: 83.33333333%;
  }
  .am-u-lg-push-11 {
    left: 91.66666667%;
  }
  .am-u-lg-offset-0 {
    margin-left: 0;
  }
  .am-u-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-lg-offset-3 {
    margin-left: 25%;
  }
  .am-u-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-lg-offset-6 {
    margin-left: 50%;
  }
  .am-u-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-lg-offset-9 {
    margin-left: 75%;
  }
  .am-u-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-lg-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-lg-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-lg-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-lg-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-lg-uncentered:last-child {
    float: left;
  }
}
[class*="am-avg-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -0.1rem;
}
[class*="am-avg-"]:before,
[class*="am-avg-"]:after {
  content: " ";
  display: table;
}
[class*="am-avg-"]:after {
  clear: both;
}
[class*="am-avg-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 .1rem;
}
@media only screen {
  .am-avg-sm-1 > li {
    width: 100%;
  }
  .am-avg-sm-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-sm-2 > li {
    width: 50%;
  }
  .am-avg-sm-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-sm-3 > li {
    width: 33.33333333%;
  }
  .am-avg-sm-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-sm-4 > li {
    width: 25%;
  }
  .am-avg-sm-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-sm-5 > li {
    width: 20%;
  }
  .am-avg-sm-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-sm-6 > li {
    width: 16.66666667%;
  }
  .am-avg-sm-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-sm-7 > li {
    width: 14.28571429%;
  }
  .am-avg-sm-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-sm-8 > li {
    width: 12.5%;
  }
  .am-avg-sm-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-sm-9 > li {
    width: 11.11111111%;
  }
  .am-avg-sm-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-sm-10 > li {
    width: 10%;
  }
  .am-avg-sm-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-sm-11 > li {
    width: 9.09090909%;
  }
  .am-avg-sm-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-sm-12 > li {
    width: 8.33333333%;
  }
  .am-avg-sm-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 641px) {
  .am-avg-md-1 > li {
    width: 100%;
  }
  .am-avg-md-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-md-2 > li {
    width: 50%;
  }
  .am-avg-md-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-md-3 > li {
    width: 33.33333333%;
  }
  .am-avg-md-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-md-4 > li {
    width: 25%;
  }
  .am-avg-md-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-md-5 > li {
    width: 20%;
  }
  .am-avg-md-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-md-6 > li {
    width: 16.66666667%;
  }
  .am-avg-md-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-md-7 > li {
    width: 14.28571429%;
  }
  .am-avg-md-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-md-8 > li {
    width: 12.5%;
  }
  .am-avg-md-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-md-9 > li {
    width: 11.11111111%;
  }
  .am-avg-md-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-md-10 > li {
    width: 10%;
  }
  .am-avg-md-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-md-11 > li {
    width: 9.09090909%;
  }
  .am-avg-md-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-md-12 > li {
    width: 8.33333333%;
  }
  .am-avg-md-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .am-avg-lg-1 > li {
    width: 100%;
  }
  .am-avg-lg-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-lg-2 > li {
    width: 50%;
  }
  .am-avg-lg-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-lg-3 > li {
    width: 33.33333333%;
  }
  .am-avg-lg-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-lg-4 > li {
    width: 25%;
  }
  .am-avg-lg-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-lg-5 > li {
    width: 20%;
  }
  .am-avg-lg-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-lg-6 > li {
    width: 16.66666667%;
  }
  .am-avg-lg-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-lg-7 > li {
    width: 14.28571429%;
  }
  .am-avg-lg-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-lg-8 > li {
    width: 12.5%;
  }
  .am-avg-lg-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-lg-9 > li {
    width: 11.11111111%;
  }
  .am-avg-lg-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-lg-10 > li {
    width: 10%;
  }
  .am-avg-lg-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-lg-11 > li {
    width: 9.09090909%;
  }
  .am-avg-lg-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-lg-12 > li {
    width: 8.33333333%;
  }
  .am-avg-lg-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
.am-scrollable-horizontal {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.am-scrollable-vertical {
  height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: vertical;
}
.am-square {
  border-radius: 0;
}
.am-radius {
  border-radius: 2px;
}
.am-round {
  border-radius: 1000px;
}
.am-circle {
  border-radius: 50%;
}
.am-cf:before,
.am-cf:after {
  content: " ";
  display: table;
}
.am-cf:after {
  clear: both;
}
.am-fl {
  float: left;
}
.am-fr {
  float: right;
}
.am-nbfc {
  overflow: hidden;
}
.am-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.am-block {
  display: block !important;
}
.am-inline {
  display: inline !important;
}
.am-inline-block {
  display: inline-block !important;
}
.am-hide {
  display: none !important;
  visibility: hidden !important;
}
.am-vertical-align {
  font-size: 0.001px;
}
.am-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.am-vertical-align-middle,
.am-vertical-align-bottom {
  display: inline-block;
  font-size: 0.16rem;
  max-width: 100%;
}
.am-vertical-align-middle {
  vertical-align: middle;
}
.am-vertical-align-bottom {
  vertical-align: bottom;
}
.am-responsive-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
.am-margin {
  margin: 0.16rem;
}
.am-margin-0 {
  margin: 0 !important;
}
.am-margin-xs {
  margin: 0.05rem;
}
.am-margin-sm {
  margin: 0.1rem;
}
.am-margin-lg {
  margin: 0.2 0.4rem;
}
.am-margin-xl {
  margin: 0.32rem;
}
.am-margin-horizontal {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.am-margin-horizontal-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.am-margin-horizontal-xs {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.am-margin-horizontal-sm {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.am-margin-horizontal-lg {
  margin-left: 0.2 0.4rem;
  margin-right: 0.2 0.4rem;
}
.am-margin-horizontal-xl {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
}
.am-margin-vertical {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.am-margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.am-margin-vertical-xs {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.am-margin-vertical-sm {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.am-margin-vertical-lg {
  margin-top: 0.2 0.4rem;
  margin-bottom: 0.2 0.4rem;
}
.am-margin-vertical-xl {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.am-margin-top {
  margin-top: 0.16rem;
}
.am-margin-top-0 {
  margin-top: 0 !important;
}
.am-margin-top-xs {
  margin-top: 0.05rem;
}
.am-margin-top-sm {
  margin-top: 0.1rem;
}
.am-margin-top-lg {
  margin-top: 0.2 0.4rem;
}
.am-margin-top-xl {
  margin-top: 0.32rem;
}
.am-margin-bottom {
  margin-bottom: 0.16rem;
}
.am-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.am-margin-bottom-xs {
  margin-bottom: 0.05rem;
}
.am-margin-bottom-sm {
  margin-bottom: 0.1rem;
}
.am-margin-bottom-lg {
  margin-bottom: 0.2 0.4rem;
}
.am-margin-bottom-xl {
  margin-bottom: 0.32rem;
}
.am-margin-left {
  margin-left: 0.16rem;
}
.am-margin-left-0 {
  margin-left: 0 !important;
}
.am-margin-left-xs {
  margin-left: 0.05rem;
}
.am-margin-left-sm {
  margin-left: 0.1rem;
}
.am-margin-left-lg {
  margin-left: 0.2 0.4rem;
}
.am-margin-left-xl {
  margin-left: 0.32rem;
}
.am-margin-right {
  margin-right: 0.16rem;
}
.am-margin-right-0 {
  margin-right: 0 !important;
}
.am-margin-right-xs {
  margin-right: 0.05rem;
}
.am-margin-right-sm {
  margin-right: 0.1rem;
}
.am-margin-right-lg {
  margin-right: 0.2 0.4rem;
}
.am-margin-right-xl {
  margin-right: 0.32rem;
}
.am-padding {
  padding: 0.16rem;
}
.am-padding-0 {
  padding: 0 !important;
}
.am-padding-xs {
  padding: 0.05rem;
}
.am-padding-sm {
  padding: 0.1rem;
}
.am-padding-lg {
  padding: 0.2 0.4rem;
}
.am-padding-xl {
  padding: 0.32rem;
}
.am-padding-horizontal {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.am-padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.am-padding-horizontal-xs {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.am-padding-horizontal-sm {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.am-padding-horizontal-lg {
  padding-left: 0.2 0.4rem;
  padding-right: 0.2 0.4rem;
}
.am-padding-horizontal-xl {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.am-padding-vertical {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.am-padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.am-padding-vertical-xs {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.am-padding-vertical-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.am-padding-vertical-lg {
  padding-top: 0.2 0.4rem;
  padding-bottom: 0.2 0.4rem;
}
.am-padding-vertical-xl {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.am-padding-top {
  padding-top: 0.16rem;
}
.am-padding-top-0 {
  padding-top: 0 !important;
}
.am-padding-top-xs {
  padding-top: 0.05rem;
}
.am-padding-top-sm {
  padding-top: 0.1rem;
}
.am-padding-top-lg {
  padding-top: 0.2 0.4rem;
}
.am-padding-top-xl {
  padding-top: 0.32rem;
}
.am-padding-bottom {
  padding-bottom: 0.16rem;
}
.am-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.am-padding-bottom-xs {
  padding-bottom: 0.05rem;
}
.am-padding-bottom-sm {
  padding-bottom: 0.1rem;
}
.am-padding-bottom-lg {
  padding-bottom: 0.2 0.4rem;
}
.am-padding-bottom-xl {
  padding-bottom: 0.32rem;
}
.am-padding-left {
  padding-left: 0.16rem;
}
.am-padding-left-0 {
  padding-left: 0 !important;
}
.am-padding-left-xs {
  padding-left: 0.05rem;
}
.am-padding-left-sm {
  padding-left: 0.1rem;
}
.am-padding-left-lg {
  padding-left: 0.2 0.4rem;
}
.am-padding-left-xl {
  padding-left: 0.32rem;
}
.am-padding-right {
  padding-right: 0.16rem;
}
.am-padding-right-0 {
  padding-right: 0 !important;
}
.am-padding-right-xs {
  padding-right: 0.05rem;
}
.am-padding-right-sm {
  padding-right: 0.1rem;
}
.am-padding-right-lg {
  padding-right: 0.2 0.4rem;
}
.am-padding-right-xl {
  padding-right: 0.32rem;
}
@media only screen {
  .am-show-sm-only,
  .am-show-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-hide-sm-only,
  .am-hide-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-show-sm-only,
  table.am-show-sm-up,
  table.am-show-sm,
  table.am-show-sm-down,
  table.am-hide-md-only,
  table.am-hide-md-up,
  table.am-hide-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-show-sm-only,
  thead.am-show-sm-up,
  thead.am-show-sm,
  thead.am-show-sm-down,
  thead.am-hide-md-only,
  thead.am-hide-md-up,
  thead.am-hide-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-show-sm-only,
  tbody.am-show-sm-up,
  tbody.am-show-sm,
  tbody.am-show-sm-down,
  tbody.am-hide-md-only,
  tbody.am-hide-md-up,
  tbody.am-hide-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-show-sm-only,
  tr.am-show-sm-up,
  tr.am-show-sm,
  tr.am-show-sm-down,
  tr.am-hide-md-only,
  tr.am-hide-md-up,
  tr.am-hide-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-show-sm-only,
  td.am-show-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-show-sm,
  td.am-show-sm,
  th.am-show-sm-down,
  td.am-show-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-hide-md-up,
  td.am-hide-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 641px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-show-md-only,
  table.am-show-md-up,
  table.am-show-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-show-md-only,
  thead.am-show-md-up,
  thead.am-show-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-show-md-only,
  tbody.am-show-md-up,
  tbody.am-show-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-show-md-only,
  tr.am-show-md-up,
  tr.am-show-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-show-md-only,
  td.am-show-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-show-md,
  td.am-show-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1025px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-hide-md-only,
  .am-show-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-show-md-only,
  .am-hide-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-hide-md-only,
  table.am-show-md-up,
  table.am-hide-md,
  table.am-hide-md-down,
  table.am-show-lg-only,
  table.am-show-lg-up,
  table.am-show-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-hide-md-only,
  thead.am-show-md-up,
  thead.am-hide-md,
  thead.am-hide-md-down,
  thead.am-show-lg-only,
  thead.am-show-lg-up,
  thead.am-show-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-hide-md-only,
  tbody.am-show-md-up,
  tbody.am-hide-md,
  tbody.am-hide-md-down,
  tbody.am-show-lg-only,
  tbody.am-show-lg-up,
  tbody.am-show-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-hide-md-only,
  tr.am-show-md-up,
  tr.am-hide-md,
  tr.am-hide-md-down,
  tr.am-show-lg-only,
  tr.am-show-lg-up,
  tr.am-show-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-hide-md-down,
  td.am-hide-md-down,
  th.am-show-lg-only,
  td.am-show-lg-only,
  th.am-show-lg-up,
  td.am-show-lg-up,
  th.am-show-lg,
  td.am-show-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (orientation: landscape) {
  .am-show-landscape,
  .am-hide-portrait {
    display: inherit !important;
  }
  .am-hide-landscape,
  .am-show-portrait {
    display: none !important;
  }
}
@media only screen and (orientation: portrait) {
  .am-show-portrait,
  .am-hide-landscape {
    display: inherit !important;
  }
  .am-hide-portrait,
  .am-show-landscape {
    display: none !important;
  }
}
.am-sans-serif {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.am-serif {
  font-family: Georgia, "Times New Roman", Times, SimSun, "FontAwesome", serif;
}
.am-kai {
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}
.am-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
}
.am-text-primary {
  color: #0e90d2;
}
.am-text-secondary {
  color: #3bb4f2;
}
.am-text-success {
  color: #5eb95e;
}
.am-text-warning {
  color: #F37B1D;
}
.am-text-danger {
  color: #dd514c;
}
.am-link-muted {
  color: #666;
}
.am-link-muted a {
  color: #666;
}
.am-link-muted:hover,
.am-link-muted a:hover {
  color: #555;
}
.am-text-default {
  font-size: 0.16rem;
}
.am-text-xs {
  font-size: 0.12rem;
}
.am-text-sm {
  font-size: 0.14rem;
}
.am-text-lg {
  font-size: 0.18rem;
}
.am-text-xl {
  font-size: 0.24rem;
}
.am-text-xxl {
  font-size: 0.32rem;
}
.am-text-xxxl {
  font-size: 0.42rem;
}
.am-ellipsis,
.am-text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.am-text-nowrap {
  white-space: nowrap;
}
[class*='am-align-'] {
  margin-bottom: 1rem;
}
.am-align-left {
  margin-right: 1rem;
  float: left;
}
.am-align-right {
  margin-left: 1rem;
  float: right;
}
.am-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.am-text-ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media only screen {
  .am-text-left {
    text-align: left !important;
  }
  .am-text-right {
    text-align: right !important;
  }
  .am-text-center {
    text-align: center !important;
  }
  .am-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (max-width: 640px) {
  .am-sm-only-text-left {
    text-align: left !important;
  }
  .am-sm-only-text-right {
    text-align: right !important;
  }
  .am-sm-only-text-center {
    text-align: center !important;
  }
  .am-sm-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .am-md-only-text-left {
    text-align: left !important;
  }
  .am-md-only-text-right {
    text-align: right !important;
  }
  .am-md-only-text-center {
    text-align: center !important;
  }
  .am-md-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) {
  .am-md-text-left {
    text-align: left !important;
  }
  .am-md-text-right {
    text-align: right !important;
  }
  .am-md-text-center {
    text-align: center !important;
  }
  .am-md-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1025px) {
  .am-lg-text-left {
    text-align: left !important;
  }
  .am-lg-text-right {
    text-align: right !important;
  }
  .am-lg-text-center {
    text-align: center !important;
  }
  .am-lg-text-justify {
    text-align: justify !important;
  }
}
.am-text-top {
  vertical-align: top !important;
}
.am-text-middle {
  vertical-align: middle !important;
}
.am-text-bottom {
  vertical-align: bottom !important;
}
.am-angle {
  position: absolute;
}
.am-angle:before,
.am-angle:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.am-angle-up {
  top: 0;
}
.am-angle-up:before,
.am-angle-up:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.am-angle-up:before {
  border-bottom-color: #ddd;
  bottom: 0;
}
.am-angle-up:after {
  border-bottom-color: #fff;
  bottom: -1px;
}
.am-angle-down {
  bottom: -9px;
}
.am-angle-down:before,
.am-angle-down:after {
  border-top-style: solid;
  border-width: 8px 8px 0;
}
.am-angle-down:before {
  border-top-color: #ddd;
  bottom: 0;
}
.am-angle-down:after {
  border-top-color: #fff;
  bottom: 1px;
}
.am-angle-left {
  left: -9px;
}
.am-angle-left:before,
.am-angle-left:after {
  border-right-style: solid;
  border-width: 8px 8px 8px 0;
}
.am-angle-left:before {
  border-right-color: #ddd;
  left: 0;
}
.am-angle-left:after {
  border-right-color: #fff;
  left: 1px;
}
.am-angle-right {
  right: 0;
}
.am-angle-right:before,
.am-angle-right:after {
  border-left-style: solid;
  border-width: 8px 0 8px 8px;
}
.am-angle-right:before {
  border-left-color: #ddd;
  left: 0;
}
.am-angle-right:after {
  border-left-color: #fff;
  left: -1px;
}
.hor-top-show {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}
.hor-top-show.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.hvr1.hvr1 .img {
  background: #000;
  position: relative;
}
.hvr1.hvr1 .img img {
  transition: all .5s;
}
.hvr1.hvr1 .img:before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1 .img:after {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1:hover img {
  opacity: .8;
}
.hvr1.hvr1:hover .img:before {
  transform: scaleX(1);
}
.hvr1.hvr1:hover .img:after {
  transform: scaleY(1);
}
.hover-img-big .img {
  overflow: hidden;
}
.hover-img-big .img img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.04);
}
.img-middle-hover:hover img {
  transform: translate(-50%,-50%) scale(1.05) !important;
}
.hover-color h4 {
  transition: all .3s;
}
.hover-color:hover h4 {
  color: #0261e3 !important;
}
.com-img-big li .img {
  overflow: hidden;
}
.com-img-big li .img img {
  transition: transform .5s;
}
.com-img-big li:hover img {
  transform: scale(1.04);
}
.com-color li h4 {
  line-height: 50px;
  transition: all .3s;
}
.com-color li:hover h4 {
  color: #0261e3 !important;
}
.com-center-img li:hover img {
  transform: translate(-50%,-50%) scale(1.05) !important;
}
.hover-shadow .box {
  transition: all .3s;
}
.hover-shadow:hover .box {
  box-shadow: 0 0 18px -6px #0261e3;
}
.com-sd li .box {
  transition: all .3s;
}
.com-sd li:hover .box {
  box-shadow: 0 0 18px -6px #0261e3;
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform: rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: all .3s;
}
.hover-left-move:hover {
  right: -4px;
}
.hover-top-move {
  display: inline-block;
  position: relative;
  transition: transform .3s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}
.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}
.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}
.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}
@keyframes bg_big {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.flash {
  overflow: hidden;
  width: 380px;
  height: 230px;
  position: relative;
}
.flash em {
  cursor: pointer;
  height: 230px;
  width: 380px;
  left: -380px;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transition: all 0s;
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
}
.flash:hover em {
  left: 380px;
  transition: all 0.7s;
}
.flip img {
  width: 380px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotateY(0deg);
  transition: all 0.6s ease 0s;
  backface-visibility: hidden;
}
.flip span {
  position: absolute;
  width: 380px;
  height: 230px;
  background: #e1e1e1;
  line-height: 230px;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  left: 0;
  top: 0;
}
.flip:hover img {
  transform: rotateY(180deg);
}
.flip:hover span {
  transform: rotateY(0deg);
}
.up span {
  height: 40px;
  bottom: -40px;
  display: block;
  background: #333;
  transition: all 0.5s;
  line-height: 40px;
  color: #fff;
}
.up:hover img {
  margin-top: -40px;
  transition: all 0.5s;
}
.panorama {
  background-image: url(../images/6608185829213862083.jpg);
  background-size: auto 100%;
  cursor: pointer;
  animation: panorama 10s linear infinite alternate;
  animation-play-state: paused;
}
.panorama:hover,
.panorama:focus {
  animation-play-state: running;
}
@keyframes panorama {
  to {
    background-position: 100% 0;
  }
}
.border .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border .txt:before,
.border .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border .txt:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border .txt:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border:hover .txt:before,
.border:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border:hover .txt {
  transform: scale(1);
}
.border:hover img {
  opacity: .5;
}
.border2 .txt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border2 .txt:before,
.border2 .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border2 .txt:before {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border2 .txt:after {
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border2:hover .txt:before,
.border2:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border2:hover .txt {
  transform: scale(1);
}
.border2:hover img {
  opacity: .5;
}
.effect1 {
  perspective: 800px;
}
.effect1 .pic {
  display: block;
  transition: 0.4s;
}
.effect1 .txt {
  position: absolute;
  left: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  top: -100%;
  transition: all 0.5s;
  z-index: -1;
}
.effect1:hover .pic {
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
}
.effect1:hover .txt {
  top: 0;
}
.effectBtn {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
  border: 2px solid #4d92d9;
  background-color: #4d92d9;
  text-decoration: none;
  transition: 0.4s;
}
.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 20px;
}
.effect2 {
  perspective: 500px;
  z-index: 5;
}
.effect2 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  z-index: -1;
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  opacity: 0;
}
.effect2:hover .txt {
  transform: none;
  opacity: 1;
}
.effect2:hover img {
  transform: translateY(-100%);
}
.effect3 {
  perspective: 500px;
  overflow: visible;
}
.effect3 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 70%;
  padding: 5% 20% 5% 10%;
  transition: 0.6s;
  transform: translateX(-100%);
  opacity: 0;
}
.effect3:hover .txt {
  transform: translateX(0px);
  opacity: 1;
}
.effect3:hover img {
  transform: scale(0.5) translateX(100%);
  position: relative;
  z-index: 9;
}
.effect4 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 70%;
  width: 80%;
  padding: 25% 10% 5% 10%;
  transition: 0.6s;
  transform: translateY(100%);
  opacity: 0;
}
.effect4:hover .txt {
  transform: translateY(0px);
  opacity: 1;
}
.effect4:hover img {
  transform: scale(0.3) translateY(-100%);
  position: relative;
  z-index: 9;
}
.effect5 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 90%;
  padding: 5%;
  transition: 0.6s;
  opacity: 0;
  transform: perspective(600px) rotateY(-90deg);
  transform-origin: right center 0;
  width: 40%;
}
.effect5 img {
  position: relative;
  right: 0;
}
.effect5:hover .txt {
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
  z-index: 5;
}
.effect5:hover img {
  right: 50%;
}
.effect6 {
  border: 5px solid #eee;
}
.effect6 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 70%;
  height: 90%;
  padding: 5% 15%;
  transition: 0.6s;
  transform: scale(0);
  backface-visibility: hidden;
}
.effect6:hover .txt {
  transform: scale(1);
  border-radius: 50% 0 50% 0;
}
.effect6:hover img {
  transform: scale(1.1);
}
.button1 {
  background: #555;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  margin: 0 10px;
}
.btn:hover {
  text-decoration: none;
}
.btn1 {
  background: #0261e3;
  font-weight: 100;
}
.btn1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}
.btn1:hover {
  background: #0261e3;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
  transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
}
.btn2 {
  letter-spacing: 0;
}
.btn2:hover,
.btn2:active {
  letter-spacing: 5px;
}
.btn2:after,
.btn2:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255,255,255,0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn2:hover:after,
.btn2:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.btn2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.btn3 {
  background: #0261e3;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.btn3:hover {
  background: #0261e3;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 1px 1px 2px rgba(255,255,255,0.2);
  color: #ec817d;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn4 span {
  z-index: 20;
}
.btn4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  width: 50px;
  z-index: 10;
}
.btn4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.btn5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0);
  outline: 1px solid;
  outline-color: rgba(255,255,255,0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
  transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
}
.btn5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.5), 0 0 20px rgba(255,255,255,0.2);
  outline-color: rgba(255,255,255,0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}
.btn-hvr:before,
.btn-hvr:after {
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn-hvr {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.btn-hvr.btn-hvr.btn-hvr.btn-hvr:hover {
  color: #fff;
}
.btn-hvr0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #0261e3;
}
.btn-hvr0:hover {
  color: #fff;
}
.btn-hvr0:hover:before {
  width: 250px;
}
.btn-hvr1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #0261e3 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr1:hover {
  color: #ecdcd4;
}
.btn-hvr1:hover:after {
  border-width: 330px 330px 0 0;
}
.btn-hvr1:active {
  background: #b27254;
}
.btn-hvr1-2 {
  color: #bc4b41;
}
.btn-hvr1-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #6a1a13;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr1-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #6a1a13 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr1-2:hover {
  color: #ebcac7;
}
.btn-hvr1-2:hover:before {
  border-width: 206.25px 0 0 206.25px;
}
.btn-hvr1-2:hover:after {
  border-width: 0 0 206.25px 206.25px;
}
.btn-hvr1-2:active {
  background: #b02b20;
}
.btn-hvr2 {
  color: #48a6b1;
}
.btn-hvr2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #0261e3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #0261e3 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr2:hover {
  color: #c9e5e8;
}
.btn-hvr2:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr2:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr2:active {
  background: #0261e3;
}
.btn-hvr3 {
  color: #ad96a0;
}
.btn-hvr3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #5f4f56;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #5f4f56 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #5f4f56 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #5f4f56 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr3:hover {
  color: #e7e0e3;
}
.btn-hvr3:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr3:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr3:hover span:before {
  border-width: 0 0 165px 165px;
}
.btn-hvr3:hover span:after {
  border-width: 165px 165px 0 0;
}
.btn-hvr3:active {
  background: #9e838f;
}
.btn-hvr4 {
  color: #8d53b3;
}
.btn-hvr4:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #492064 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr4:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #492064;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr4:before,
.btn-hvr4:after {
  border-color: #492064;
}
.btn-hvr4 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #492064 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr4 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #492064 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr4 span:before,
.btn-hvr4 span:after {
  border-color: #492064;
}
.btn-hvr4:hover {
  color: #decde9;
}
.btn-hvr4:hover:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:active {
  background: #7935a6;
}
.btn-hvr5 {
  color: #808695;
}
.btn-hvr5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr5:hover {
  color: #dadce0;
}
.btn-hvr5:hover:before,
.btn-hvr5:hover:after {
  border-width: 80px 262.5px;
}
.btn-hvr5:active {
  background: #697182;
}
.btn-hvr6 {
  color: #80629f;
}
.btn-hvr6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #402a55;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}
.btn-hvr6:hover {
  color: #dad1e3;
}
.btn-hvr6:hover span {
  width: 562.5px;
  height: 562.5px;
}
.btn-hvr6:active {
  background: #6a468e;
}
.btn-hvr7 {
  color: #27692b;
}
.btn-hvr7:before,
.btn-hvr7:after,
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
}
.btn-hvr7:before {
  left: 0;
}
.btn-hvr7:after {
  left: 125px;
}
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  top: auto;
  bottom: 0;
}
.btn-hvr7 span:before {
  left: 62.5px;
}
.btn-hvr7 span:after {
  left: 187.5px;
}
.btn-hvr7:hover {
  color: #c0d3c1;
}
.btn-hvr7:hover:before,
.btn-hvr7:hover:after,
.btn-hvr7:hover span:before,
.btn-hvr7:hover span:after {
  height: 80px;
}
.btn-hvr7:active {
  background: #014f06;
}
.btn-hvr8 {
  color: #5177a7;
}
.btn-hvr8:before,
.btn-hvr8:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0261e3;
}
.btn-hvr8:after {
  top: auto;
  bottom: 0;
}
.btn-hvr8:hover:before,
.btn-hvr8:hover:after {
  height: 50%;
}
.btn-hvr8:active {
  background: #325f98;
}
.btn-hvr9 {
  color: #c93a8e;
}
.btn-hvr9:before,
.btn-hvr9:after,
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: rgba(115,14,73,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr9:after,
.btn-hvr9 span:before {
  top: auto;
  bottom: 0;
}
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr9:hover {
  color: #efc5de;
}
.btn-hvr9:hover:before,
.btn-hvr9:hover:after,
.btn-hvr9:hover span:before,
.btn-hvr9:hover span:after {
  height: 80px;
}
.btn-hvr9:active {
  background: #c0177a;
}
.btn-hvr10 {
  color: #8f5c82;
}
.btn-hvr10:before,
.btn-hvr10:after,
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(74,38,65,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr10:after,
.btn-hvr10 span:before {
  left: auto;
  right: 0;
}
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr10:hover {
  color: #decfda;
}
.btn-hvr10:hover:before,
.btn-hvr10:hover:after,
.btn-hvr10:hover span:before,
.btn-hvr10:hover span:after {
  width: 250px;
}
.btn-hvr10:active {
  background: #7b3f6c;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-hvr11 {
  position: relative;
  color: #9a7cba;
}
.btn-hvr11:before,
.btn-hvr11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #8865ae;
  border-radius: 50%;
}
.btn-hvr11:before {
  left: -20px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btn-hvr11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.btn-hvr11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.cs {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  padding: 16px 0;
  background: #8f9090;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}
.cs li {
  line-height: 50px;
  position: relative;
  text-align: center;
}
.cs li > a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.cs li > a:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 34px;
  border-bottom: 1px solid #a5a6a6;
}
.cs li:last-child > a:after {
  display: none;
}
.cs li .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  transform: translateX(100%);
  background: #0261e3;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
}
.cs li:hover .txt {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}
.cs li:hover .img {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img img {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
}
.cs li .txt a {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 16px;
}
.cs li:nth-child(3) .txt a {
  width: 160px;
}
.cs li .txt a img {
  margin-left: 10px;
}
.w {
  width: 1400px;
  margin: 0 auto;
}
.w:before,
.w:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.w1400:before,
.w1400:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.w1600:before,
.w1600:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w-full {
  width: 100%;
}
.w-full:before,
.w-full:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.com-more {
  display: block;
  width: 1.7rem;
  height: .45rem;
  line-height: .45rem;
  text-align: center;
  font-size: .14rem;
}
.com-title {
  padding-bottom: .5rem;
  text-align: center;
}
.com-titleB h3{color: #fff ! important;}
.com-titleB p{color: #fff ! important;}
.com-title.left {
  text-align: left;
}
.com-title h3 {
  font-size: .52rem;
  position: relative;
  color: #0d68e4;
  font-weight: bold;
  display: inline-block;
}
.com-title h3:before {
  content: '';
  position: absolute;
  display: block;
  left: -3.5rem;
  bottom: 36%;
  width: 3rem;
  height: 15px;
  background: url(../images/icon-com-title-fl.png)no-repeat center;
}
.com-title h3:after {
  content: '';
  position: absolute;
  display: block;
  right: -3.5rem;
  bottom: 36%;
  width: 3rem;
  height: 15px;
  background: url(../images/icon-com-title.png)no-repeat center;
}
.com-titleB h3:before {
  content: '';
  position: absolute;
  display: block;
  left: -3.5rem;
  bottom: 36%;
  width: 3rem;
  height: 15px;
  background: url(../images/icon-com-title2-fl.png)no-repeat center;
}
.com-titleB h3:after {
  content: '';
  position: absolute;
  display: block;
  right: -3.5rem;
  bottom: 36%;
  width: 3rem;
  height: 15px;
  background: url(../images/icon-com-title2.png)no-repeat center;
}
.com-title p {
  color: #666;
  font-size: .18rem;
}
.header {
  background: #fff;
  position: relative;
  z-index: 99999;
}
.header.index1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.55);
}
.header-hd {
  padding: .2rem 0;
  position: relative;
  z-index: 2;
}
/*.header-hd .logo{padding-top: 22px;}*/
.header .logo-link {
  font-size: 0;
}
.header .logo-link img {
  width: 180px;
  padding-top: 10px;
}
.header .logo .name {
  margin-left: .1rem;
  line-height: 1;
  color: #161616;
  font-size: .12rem;
}
.header .logo .name span {
  display: block;
  color: #010101;
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}
.header .logo .name i {
  display: inline-block;
  font-size: 19px;
  font-style: normal;
  margin-top:5px;
  /*transform: scale(.76) translateX(-16%);*/
}
.header .logo .welcome {
  color: #666;
  font-size: .14rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: .26rem;
}
.header .nav {
  background: #0261e3;
}
.header .nav-list {
  font-size: 0;
}
.header .nav-list-item {
  display: inline-block;
  color: #fff;
  position: relative;
  width: 10%;
}
.header .nav-list-item-link {
  display: block;
  padding: .15rem .37rem;
  font-size: .16rem;
  transition: all .3s;
  width: 100%;
  padding: .15rem 0;
  text-align: center;
}
.header .nav-list-item:hover .nav-list-item-link,
.header .nav-list-item.active .nav-list-item-link {
  background-color: #e52351;
}
.header .nav-subnav {
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  transform: translate(-50%,100%);
  padding: 0 .1rem;
  border-top: 2px solid #0261e3;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.header .nav-subnav a {
  display: block;
  min-width: 1.3rem;
  text-align: center;
  padding: .15rem 0;
  color: #666;
  font-size: .16rem;
  transition: all .3s;
}
.header .nav-subnav a:hover {
  color: #0261e3;
}
.header .nav-subnav a + a {
  border-top: 1px dashed #999;
}
.header .nav-list-item:hover .nav-subnav {
  bottom: 2px;
  opacity: 1;
  visibility: visible;
}

.header-side .ico {
  display: inline-block;
  width: .32rem;
  height: .32rem;
  line-height: .3rem;
  border-radius: 50%;
  background-color: #0261e3;
  text-align: center;
  transition: all .3s;
}
.header-side .ico img {
  max-width: .25rem;
  max-height: .25rem;
  vertical-align: middle;
}
.header-side .phone {
  float: right;
  margin-left: .2rem;
  color: #0261e3;
  font-size: .24rem;
  font-weight: 700;
  text-align: right;
}
.header-side .phone span{display: block;font-size: 14px;color: #0261e3;}
.header-side .phone b{font-size: 24px;}
.header-side .phone img {
  margin-right: .1rem;
  margin-top: -2px;
}
.header-side .wx {
  margin-right: .1rem;
}
.header-side .wx .ico {
  background: #e37602;
}
.header-side .com-dropdown-bd {
  padding-top: .1rem;
}
.header-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  background: #fff;
}
.header-form .key {
  flex: 1;
  padding: .1rem;
  border: 1px solid #ccc;
}
.header-form .sub {
  padding: 0 .2rem;
  background-color: #0261e3;
  cursor: pointer;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
}
div.swiper-button-next:before {
  transform: rotate(180deg);
}
.swiper-container .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin: 0;
}
.index-banner {
  position: relative;
  width: 100%;
}
.index-banner img {
  width: 100%;
}
.index-banner div.swiper-button-next:hover,
.index-banner div.swiper-button-prev:hover {
  background: #666;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  margin: 0 5px;
  background: #fff;
  opacity: .4;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-head {
  padding-bottom: .4rem;
}
.index-head .title {
  padding-left: .9rem;
  background: url(../images/i_pro_tit_ico.png) left center no-repeat;
  background-size: .78rem auto;
}
.index-head .title .t {
  font-size: .36rem;
  position: relative;
}
.index-head .title .p {
  font-size: .14rem;
}
.index-head .right-nav {
  flex: 2;
}
.index-head .nav {
  text-align: right;
}
.index-head .nav li {
  display: inline-block;
  margin-left: .25rem;
}
.index-head .nav li a {
  display: block;
  padding: .1rem .4rem;
  position: relative;
  z-index: 2;
}
.index-head .nav li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  transform: skew(-15deg);
  transition: all .3s;
  z-index: -1;
}
.index-head .nav li:hover a,
.index-head .nav li.active a {
  color: #fff;
}
.index-head .nav li:hover a:after,
.index-head .nav li.active a:after {
  background-color: #0261e3;
  border-color: #0261e3;
}
.index-head .subnav {
  margin-top: .4rem;
  text-align: right;
}
.index-head .subnav li {
  display: inline-block;
  margin-left: .35rem;
}
.index-head .subnav li.active {
  color: #0261e3;
}

.index-case .nav {
  padding-bottom: .5rem;
  text-align: center;
}
.index-case .nav a {
  display: inline-block;
  margin: 0 1.4vw;
}
.index-case .nav a i {
  display: inline-block;
  height: .6rem;
  float: left;
}
.index-case .nav a i img {
  max-width: 100%;
  max-height: 90%;
  filter: brightness(0);
  transition: all .3s;
}
.index-case .nav a span {
  color: #666;
  font-size: .30rem;
  margin-left: 10px;
  transition: all .3s;
}
.index-case .nav a:hover i img,
.index-case .nav a.active i img {
  filter: brightness(1);
}
.index-case .nav a:hover span,
.index-case .nav a.active span {
  color: #0261e3;
}
.index-case .body .con {
  width: 4.4rem;
}
.index-case .body .con .item {
  width: 100%;
  overflow: hidden;
}
.index-case .body .con .img{width: 440px;}
.index-case .body .con .img img {
  width: 100%;
  height: 542px;
}
.index-case .body .con .txt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4.5vw 3vw;
  padding-right: 6vw;
  color: #fff;
}
.index-case .body .con .txt .t {
  font-size: .36rem;
  font-weight: 700;
  line-height: 1.2;
}
.index-case .body .con .txt .p {
  margin-top: .2rem;
}
.index-case .body .con .txt .more {
  display: block;
  width: 1.25rem;
  height: .36rem;
  line-height: .34rem;
  margin-top: .4rem;
  text-align: center;
  border: 1px solid #fff;
}
.index-case .body .con .txt .more:hover {
  border-color: #0261e3;
}
.index-case .body .pro {
  display: block;
  overflow: hidden;
  padding-bottom: .7rem;
  position: relative;
  z-index: 2;
  background: #f5f5f5;
}
.index-case .body  .case-list li .img{width: auto ! important;height:280px ! important }

.index-case .body .index-case-pro {
  display: block;
  overflow: hidden;
  padding-bottom: .7rem;
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  border-top: 16px solid #0d68e4;
  border-right: 16px solid #0d68e4;
  border-bottom: 16px solid #0d68e4;
}
.index-case .body .pro-box {
  padding: .6rem;
  padding-top: .8rem;
  background-color: #f5f5f5;
}
.index-case .body .pro li .img {
  padding: 2px;
  background: #fff;
  width: 254px;height: 235px;
}
.index-case .body .pro li .img img{
  width: 100%;
  height: 100%;
}
.index-case .body .pro li .t {
  margin-top: .15rem;
  color: #666;
  text-align: center;
}
.index-case .body .pro div.swiper-button-next,
.index-case .body .pro div.swiper-button-prev {
  top: auto;
  left: auto;
  right: 0;
  bottom: 10%;
}
.index-case .body .pro div.swiper-button-prev {
  right: 51%;
}
.index-case .body .pro div.swiper-button-next{
left: 51%;
}
.index-product {
  padding-bottom: 2.5rem;
}
.index-product .body .nav {
  width: 2.5rem;
  margin-right: .2rem;
}
.index-product .body .nav .t {
  color: #fff;
  background-color: #0261e3;
  font-size: .18rem;
  position: relative;
}
.index-product .body .nav .t a {
  display: block;
  padding: .15rem;
  padding-left: .3rem;
  padding-right: .5rem;
}
.index-product .body .nav .t:after {
  content: '';
  position: absolute;
  right: .25rem;
  top: 50%;
  width: .15rem;
  height: .15rem;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: translateY(-56%) rotate(46deg);
}
.index-product .body .nav .subnav {
  /*padding-left: 2.5vw;*/
  padding-left: .15rem;
  padding-bottom: .15rem;
  background-color: #fff;
}
.index-product .body .nav .subnav a {
  display: block;
  padding-top: .15rem;
  color: #666;
  font-size: .16rem;
  transition: all .3s;
  font-weight: bold;
}
.index-product .body .nav .subnav a img {
  margin-right: 1vw;
}
.index-product .body .nav .subnav a:hover {
  color: #0261e3;
}
.index-product .body .con-hd {
  padding-top: .09rem;
  padding-left: .35rem;
  padding-right: .2rem;
  padding-bottom: .08rem;
  background-color: #0d68e4;
}
.index-product .body .con-hd .fr{font-size: 16px;
    color: #fff;
    margin: 10px 0;}
.index-product .body .con-hd .tit {
  padding: 0 2px;
  color: #fff;
  font-size: .18rem;
  line-height: .38rem;
}
.index-product .body .con-hd .search-form{
  background: #fff;
  float: right;
  padding: 8px;
}

.index-product .body .con-hd form input,
.index-product .body .con-hd form button {
  display: inline-block;
  vertical-align: middle;
  background: none;
}
.index-product .body .con-hd form button {
  cursor: pointer;
}
.index-product .body .con-bd li {
  clear: none;
  padding: 10px;
}
.index-product .body .con-bd li .box {
  text-align: center;
}
.index-product .body .con-bd li .img {
  background: #fff;
}
.index-product .body .con-bd li .img img {
  width: 100%;
}
.index-form {
  margin-top: -1.75rem;
  position: relative;
  z-index: 2;
}
.index-form .body {
  padding: .45rem 6.5vw;
}
.index-form .body .tit {
  padding-bottom: .35rem;
}
.index-form .body .tit p {
  margin-right: 2vw;
  color: #fff;
  font-size: .3rem;
  font-weight: 700;
}
.index-form .body .tit img {
  margin-right: .1rem;
}
.index-form .body .form li {
  margin-bottom: .2rem;
}
.index-form .body .form input {
  width: 100%;
  height: .5rem;
  padding: 0 .25rem;
}
.index-form .body .form input:placeholder {
  color: #999;
}
.index-form .body .form .sub {
  display: block;
  width: 1.8rem;
  height: 1.2rem;
  line-height: 1.2rem;
  margin-left: .2rem;
  color: #fff;
  font-size: .3rem;
  background-color: #0261e3;
  text-align: center;
}
index-service .com-wow-right{position: relative;}

.index-service .body .nav {
  width: 2.35rem;
}
.index-service .body .nav p {
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 2vw;
  color: #fff;
  font-size: .24rem;
}
.index-service .body .nav p img {
  margin-right: .15rem;
}
.index-service .body .nav p.active {
  background-color: #0261e3;
}

.index-service .body .con .img img {
  width: 100%;
}
.index-service .body .con .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: .50rem 2.5vw .25rem 4vw;
  background: rgba(7,92,211,0.8);
  color: #fff;
}
.index-service .body .con .txt .t {
  padding-bottom: .2rem;
  font-size: .36rem;
  float: left;
  width: 40%;
  padding-right: .20rem;
  border-right: 2px solid #fff;
  margin-right: .30rem;
}
.index-service .body .con .txt .p{
  float: right;
  width: 56%;
}
.index-news .body .tit {
  padding-bottom: .25rem;
  font-size: .24rem;
}
.index-news .body .tit span {
  margin-left: .1rem;
  color: #999;
  font-size: .14rem;
}
.index-news .body .img img {
  width: 100%;
}
.index-news .body .list .con {
  padding-top: .2rem;
}
.index-news .body .list .con li {
  position: relative;
  padding-right: .8rem;
  margin-bottom: .15rem;
  color: #666;
}
.index-news .body .list .con li h4{line-height: 20px ! important;}
.index-news .body .list .con li .d {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: .14rem;
}
.index-news .body .faq {
  width: 3.7rem;
  margin-left: .2rem;
}
.index-news .body .faq .con {
  padding: .15rem .3rem;
  background: #e4e6e8;
}
.index-news .body .faq .con li img {
  margin-right: .2rem;
}
.index-news .body .faq .con li a {
  display: block;
  padding: 2px;
}
.index-news .body .faq .con li ~ li {
  border-top: 1px dashed #666;
}
.com-nav {
  padding-bottom: .4rem;
  text-align: center;
}
.com-nav a {
  display: inline-block;
  padding: .1rem .2rem;
  margin: 0 .05rem;
  color: #cbcbcb;
}
.com-nav a:hover,
.com-nav a.active {
  color: #fff;
  background-color: #0261e3;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner.fff {
  background-color: #fff;
}
.banner .w {
  overflow: hidden;
}
.banner img {
  width: 100%;
  transition: all 1s;
}
.banner img:hover {
  transform: scale(1.02);
}
.banner .pos {
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.com-pages {
  margin-top: .4rem;
  text-align: center;
  font-size: 0;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: .16rem;
  font-weight: 700;
  transition: all .3s;
  vertical-align: middle;
}
.com-pages a:first-of-type:before,
.com-pages a:last-of-type:before {
  content: '<';
  display: block;
  width: 100%;
  height: 100%;
}
.com-pages a:last-of-type:before {
  content: '>';
}
.com-pages a:hover {
  color: #fff;
  background-color: #0261e3;
}
.com-pages span {
  color: #fff;
  background-color: #0261e3;
}
.com-pages label {
  display: none;
}
.page-title {
  text-align: center;
  padding-bottom: 4vw;
}
.page-title p {
  padding-bottom: 20px;
  font-size: .28rem;
}
.page-title h3 {
  font-size: .32rem;
}
.page-nav {
  text-align: center;
}
.page-nav .w {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.page-nav a {
  display: inline-block;
  padding: .15rem .2rem;
  margin: 0 .1rem;
  transition: all .3s;
}
.page-nav a:hover,
.page-nav a.active {
  color: #0261e3;
}
.page-subnav {
  padding: .2rem 0 .3rem;
  margin-top: -0.3rem;
  text-align: center;
}
.page-subnav a {
  display: inline-block;
  margin: 0 .1rem;
}
.page-subnav a:hover,
.page-subnav a.active {
  color: #0261e3;
}
.solution li {
  margin-bottom: .2rem;
}
.solution li .img img {
  width: 100%;
}
.solution li .txt {
  padding: .15rem 0;
  text-align: center;
}
.product {
  padding-bottom: .8rem;
}
.case .body {
  padding: .5rem 0;
}
.case .body .title {
  padding-bottom: .5rem;
  text-align: center;
}
.case .body .title .t {
  padding-bottom: .2rem;
  font-size: .3rem;
}
.case .body .title .p {
  color: #666;
}
.case .body ul {
  display: block;
}
.case .body li {
  margin-bottom: .2rem;
}
.video .body .item {
  padding-top: .1rem;
  padding-bottom: .1rem;
}
.video .body .box {
  padding: .1rem;
  background-color: #fff;
  border: 1px dashed #666;
}
.video .body .img img {
  width: 100%;
}
.video .body .img a {
  display: block;
  position: relative;
}
.video .body .img a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url(../images/icon_play.png) center no-repeat;
  background-size: .65rem auto;
}
.video .body .txt {
  padding-top: .3rem;
  text-align: center;
}
.video .body .txt .t {
  color: #666;
}
.partner-tip {
  text-align: center;
  opacity: .5;
  position: relative;
  z-index: 2;
}
.partner-tip .t {
  display: inline-block;
  padding: .1rem .3rem;
  border-radius: 30px;
  font-size: .2rem;
  color: #fff;
  background-color: #0261e3;
}
.partner-tip .line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #0261e3;
  z-index: -1;
}
.partner-tip .line:before,
.partner-tip .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  border: 2px solid #0261e3;
  background-color: #fff;
}
.partner-tip .line:after {
  left: auto;
  right: 0;
}
.partner .main {
  padding-left: 1px;
  padding-top: .35rem;
  margin: 0;
}
.partner .main .item {
  padding: 0;
}
.partner .main .img {
  height: 1rem;
  line-height: 1rem;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.partner .main .img img {
  max-width: 90%;
  max-height: 90%;
}
.com-con img {
  max-width: 100%;
}
#ascrail2000 {
  width: 6px !important;
}
.nicescroll-cursors:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 50%;
  background-color: #0261e3;
}
.am-swiper {
  display: flex;
  margin: 0;
}
.service .main li {
  padding-top: .3rem;
}
.service .main .img {
  width: 5rem;
}
.service .main .img img {
  width: 100%;
}
.service .main .txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: .4rem;
  padding-right: .6rem;
  background: #fff;
}
.service .main .txt .t {
  padding-bottom: .15rem;
  font-size: .24rem;
}
.service .main .txt .p {
  line-height: 2;
}
.download .main {
  height: 6rem;
}
.download .main table {
  text-align: center;
  line-height: .56rem;
}
.download .main td,
.download .main th {
  border: 1px solid #ddd;
  width: 1%;
}
.download .main th {
  font-size: .18rem;
  font-weight: normal;
}
.download .main td {
  color: #666;
}
.swiper-main {
  position: relative;
}
.swiper-main div.swiper-button-prev {
  left: -0.6rem;
}
.swiper-main div.swiper-button-next {
  right: -0.6rem;
}
.swiper-main .swiper-scrollbar {
  height: 2px;
  bottom: -7.4vh;
}
.swiper-main .swiper-scrollbar-drag {
  background-color: #0261e3;
}
.swiper-main .swiper-scrollbar-drag:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #0261e3;
}
.about-padding {
  padding-bottom: .5rem;
}
.about-title p {
  font-size: .48rem;
  color: #ddd;
  line-height: .52rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.about-title h3 {
  font-size: .3rem;
  color: #0261e3;
  line-height: 60px;
  position: relative;
}
.about-title h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.about-culture .main .row {
  margin-bottom: 30px;
}
.about-culture .main .row .txt {
  padding-left: 5vw;
  padding-right: 2vw;
}
.about-culture .main .row h5 {
  height: 55px;
  color: #0261e3;
  font-size: 28px;
}
.about-culture .main .row h4 {
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
  position: relative;
}
.about-culture .main .row h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 3px solid #e5e5e5;
}
.about-culture .main .row .con p {
  font-size: 16px;
  line-height: 25px;
}
.about-history .main {
  position: relative;
  padding-top: .4rem;
  z-index: 2;
}
.about-history .main .bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
  z-index: -1;
}
.about-history .main .bar p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: all .3s;
}
.about-history .main li {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.about-history .main li .txt {
  float: right;
  width: 46%;
}
.about-history .main li .txt .t {
  font-size: .3rem;
  padding-bottom: .1rem;
}
.about-history .main li .txt .p {
  line-height: 2;
  color: #666;
}
.about-history .main li .circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: .2rem;
  height: .2rem;
  margin-left: -0.1rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  position: relative;
}
.about-history .main li .circle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .08rem;
  height: .08rem;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #999;
  transition: all .3s;
}
.about-history .main li:nth-child(2n) .txt {
  float: left;
  text-align: right;
}
.about-history .main li:hover .circle:after {
  background-color: #0261e3;
}
.about-honor .main {
  margin: 0 -0.1rem;
}
.about-honor .main li {
  float: none;
  display: inline-block;
  padding: 0 .1rem;
  margin-bottom: .2rem;
}
.about-honor .main li .box {
  padding: .4rem 2.5vw;
  background: #fff;
  border: 1px solid #ddd;
}
.about-honor .main li .img {
  height: 3rem;
  line-height: 3rem;
}
.about-honor .main li img {
  max-width: 90%;
  max-height: 90%;
}
.about-photo .body .img img {
  width: 100%;
}
.about-photo .body .txt {
  padding-top: .1rem;
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
}
.about-photo .body .txt .t {
  padding-bottom: .1rem;
}
#map {
  width: 100%;
  height: 6rem;
}
#map img {
  max-width: none;
  max-height: none;
}
#map .BMapLib_SearchInfoWindow .BMapLib_bubble_center {
  line-height: 1.5;
}
#map td {
  box-sizing: content-box;
}
#map .BMapLib_bubble_top {
  display: none !important;
}
#map .contact-win {
  padding-top: 2vw;
  text-align: center;
  background: #fff;
}
#map .contact-win .t {
  font-size: .2rem;
  font-weight: 700;
}
#map .contact-win .p {
  margin-top: .1rem;
  line-height: 1.5;
}
#map .contact-win .more {
  display: inline-block;
  width: .8rem;
  height: .25rem;
  line-height: .25rem;
  margin-left: .1rem;
  text-align: center;
  color: #fff;
  background-color: #0261e3;
  border-radius: 5px;
}
.contact-map .body {
  background-color: #fff;
}
.contact-map .info {
  width: 35%;
  padding-left: 4vw;
  padding-top: 4vw;
}
.contact-map .info .t {
  padding-bottom: .3rem;
  margin-bottom: .3rem;
  color: #0261e3;
  font-size: .26rem;
  border-bottom: 1px solid #ddd;
}
.contact-map .info .p {
  line-height: 2;
  font-size: .16rem;
}
.contact .body {
  padding: 4vw 5vw;
  background-color: #fff;
}
.contact-info-item {
  align-items: center;
}
.contact-info .img {
  width: .75rem;
  height: .75rem;
  line-height: .75rem;
  margin-right: .15rem;
  text-align: center;
  border-radius: 50%;
  background-color: #0261e3;
}
.contact-info .txt .t {
  color: #999;
  font-size: .18rem;
}
.contact-info .txt .phone {
  color: #0261e3;
  font-size: .36rem;
}
.contact-info .txt .p {
  padding-right: 5vw;
  color: #0261e3;
  font-size: .18rem;
}
.contact-addr {
  margin-top: .4rem;
}
.contact-addr-item {
  border: 1px solid #e1e1e1;
  margin-left: -1px;
  margin-top: -1px;
}
.contact-addr .txt {
  padding: .35rem;
}
.contact-addr .t {
  padding-bottom: .05rem;
  font-size: .22rem;
}
.contact-addr .p {
  color: #666;
  line-height: 1.8;
}
.contact-form .body {
  padding: .2rem 5vw .7rem;
  background-color: #fff;
}
.contact-form .body .form input {
  width: 100%;
  height: .6rem;
  padding: 0 .3rem;
  border: 1px solid #e1e1e1;
}
.contact-form .body .form textarea {
  width: 100%;
  height: 2.9rem;
  padding: .2rem .3rem;
  margin-top: .2rem;
  border: 1px solid #e1e1e1;
}
.contact-form .body .form .btns {
  margin-top: .4rem;
  text-align: center;
}
.contact-form .body .form .btns-btn {
  display: inline-block;
  width: 1.5rem;
  height: .36rem;
  line-height: .34rem;
  border-radius: .36rem;
  margin: 0 .15rem;
  color: #fff;
  font-size: .18rem;
  background: #b5b5b5;
}
.contact-form .body .form .btns .sub {
  background-color: #0261e3;
}
.news .main li {
  margin-top: .2rem;
}
.news .main li .box {
  width: auto;
  position: relative;
  border: 1px solid #ddd;
}
.news .main li .img {
  background: #fff;
}
.news .main li .img .img-box {
  overflow: hidden;
  height: 11vw;
  min-height: 150px;
}
.news .main li .img img {
  width: 100%;
}
.news .main li .txt {
  padding: 1vw 2vw .2rem;
  background: #fff;
}
.news .main li .txt h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .18rem;
  font-weight: 700;
}
.news .main li .txt span {
  display: block;
  margin: .1rem 0 .15rem;
  color: #666;
  font-style: normal;
}
.news .main li .txt .p {
  height: .85rem;
  padding-top: .1rem;
  line-height: .25rem;
  overflow: hidden;
  color: #999;
  font-size: .14rem;
  border-top: 1px solid #ddd;
  position: relative;
}
.news .main li .txt .p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #333;
  transform: scaleX(0);
  transform-origin: left;
  transition: all .6s;
}
.news .main li .txt .more {
  display: block;
  width: 145px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  margin-top: 20px;
  text-align: center;
  color: #666;
  background-color: #f5f5f5;
}
.news .main li:hover .txt p:before {
  transform: scaleX(1);
}
.faq .main .item {
  margin-bottom: .25rem;
  background-color: #fff;
}
.faq .main .t {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  padding: .18rem 1rem;
  cursor: pointer;
}
.faq .main .t .box-ico {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  line-height: .5rem;
  margin-right: .4rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: .3rem;
  font-style: normal;
  background: #666;
}
.faq .main .t span {
  flex: 1;
  font-size: .22rem;
}
.faq .main .t .box-btn {
  width: auto;
  color: #666;
  font-style: normal;
  cursor: pointer;
}
.faq .main .t .box-btn:after {
  display: inline-block;
  content: '+';
  font-size: .3rem;
}
.faq .main .con {
  display: none;
  padding-left: 1.9rem;
  padding-right: 1rem;
  padding-bottom: .4rem;
}
.faq .main .item.active .box-btn:after {
  content: '-';
  color: #0261e3;
  font-size: .4rem;
}
.faq .main .item.active .con {
  display: block;
}
.news-position {
  color: #999;
}
.news-position .w {
  background-color: #fff;
  padding: .25rem 2vw;
  border-bottom: 1px solid #e1e1e1;
}
.news-position .back {
  vertical-align: middle;
}
.news-position .back img {
  width: .3rem;
  margin-right: .05rem;
}
.news-position a:hover {
  color: #0261e3;
}
.news-detail {
  padding-bottom: .5rem;
}
.news-detail .main-bd {
  background-color: #fff;
}
.news-detail .main-bd-tit {
  padding: .55rem 5vw 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.news-detail .main-bd-tit .tit {
  padding-bottom: .2rem;
  font-size: .24rem;
}
.news-detail .main-bd-tit .p {
  padding-bottom: .3rem;
  color: #999;
  font-size: .14rem;
}
.news-detail .main-bd-con {
  padding: .4rem 5vw;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
}
.news-detail .main-bd-con img,
.news-detail .main-bd-con video,
.news-detail .main-bd-con iframe {
  max-width: 100%;
  height: auto;
}
.news-detail .main-bd-ft {
  padding: .2rem 5vw .5rem;
}
.news-detail .main-bd-ft p {
  color: #666;
  margin-bottom: .2rem;
  vertical-align: middle;
}
.news-detail .main-bd-ft p a {
  display: inline-block;
  color: #666;
  vertical-align: middle;
}
.news-detail .main-bd-ft p a:hover {
  color: #0261e3;
  text-decoration: underline;
}
.news-detail .main-bd-ft .side {
  margin-left: .2rem;
}
.news-detail .main-bd-ft .back {
  display: inline-block;
  width: 1.3rem;
  height: .4rem;
  line-height: .38rem;
  border-radius: .4rem;
  text-align: center;
  color: #0261e3;
  border: 1px solid #0261e3;
  transition: all .3s;
}
.news-detail .main-bd-ft .back:hover {
  color: #fff;
  background-color: #0261e3;
}
.news-detail .main-side {
  width: 3.8rem;
  margin-left: .25rem;
}
.news-detail .main-side-item {
  padding-bottom: .4rem;
  background-color: #fff;
}
.news-detail .main-side-tit {
  padding: .3rem 2vw;
  color: #666;
  font-size: .18rem;
  border-bottom: 1px solid #e1e1e1;
}
.news-detail .main-side-list {
  padding: 0 2vw;
}
.news-detail .main-side-list-item {
  margin-top: .3rem;
}
.news-detail .main-side-list .d-flex {
  align-items: center;
}
.news-detail .main-side-list .img {
  width: .8rem;
  margin-right: .2rem;
}
.news-detail .main-side-list .img img {
  width: 100%;
}
.news-detail .main-side-list .txt {
  overflow: hidden;
}
.news-detail .main-side-list .txt .tit {
  width: 100%;
  padding-bottom: .06rem;
  color: #666;
}
.news-detail .main-side-list .txt .p {
  color: #999;
  font-size: .14rem;
}
.news-detail .main-side-relation {
  padding: 2vw;
  color: #666;
}
.position {
  padding: .2rem 0;
  line-height: 1;
  overflow: hidden;
}
.position span.icon {
  content: '';
  display: inline-block;
  margin-right: 3px;
  border: 6px solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-left-color: #0261e3;
  vertical-align: middle;
}
.position a {
  vertical-align: middle;
}
.position a:hover {
  color: #0261e3;
  text-decoration: underline;
}
.position .back-icon {
  display: inline-block;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  color: #fff;
  background-color: #0261e3;
  margin-right: 5px;
  margin-top: -2px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.position .back-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: translate(-36%,-50%) rotate(45deg);
}
.show-product {
  position: relative;
}
.pro-detail .txt {
  padding-top: .5rem;
  padding-left: 6vw;
}
.pro-detail .txt h4.t {
  padding-bottom: .15rem;
  color: #0261e3;
  font-size: 0.28rem;
}
.pro-detail .txt p.t {
  font-size: 0.14rem;
  color: #666;
  padding-bottom: .1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: .3rem;
}
.pro-detail .txt .p {
  color: #666;
  line-height: 1.5;
}
.pro-detail .txt .phone {
  margin-top: 4vw;
  font-size: .24rem;
}
.pro-detail .txt .phone .cpzx{display: inline-block;padding: 10px 30px;font-size: 16px;color: #fff;background: #0261e3;border-radius: 50px;margin-right: 20px;transition: .5s all}
.pro-detail .txt .phone .cpzx:hover{box-shadow: 0 4px 4px #989898;background-color: #e52351;}
.pro-detail .txt .phone img {
  margin-right: .15rem;
}
.pro-detail .txt .get {
  display: block;
  width: 1.7rem;
  height: .44rem;
  line-height: .44rem;
  margin-top: 4vw;
  text-align: center;
  color: #fff;
  background-color: #0261e3;
}
.pro-detail .image {
  padding-bottom: .2rem;
}
.pro-detail .image .big li .box {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background: #fff;
}
.pro-detail .image .big li .box img {
  max-width: 100%;
  max-height: 100%;
}
.pro-detail .image .list {
  padding: 0 4vw;
  margin-top: 20px;
  position: relative;
}
.pro-detail .image .list li .box {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.pro-detail .image .list li .box img {
  max-width: 95%;
  max-height: 95%;
}
.pro-detail .image .list .swiper-slide-thumb-active .box {
  border: 1px solid #0261e3;
}
.pro-detail .image .list .swiper-button-prev,
.pro-detail .image .list .swiper-button-next {
  left: 1.2vw;
  margin-top: -15px;
  border: 1px solid #f8f8f8;
}
.pro-detail .image .list .swiper-button-next {
  left: auto;
  right: 1.2vw;
}
.pro-content .t2 {
  margin-top: .6rem;
}
.pro-content .title {
  line-height: .65rem;
  margin-bottom: .3rem;
  font-size: 0.2rem;
  position: relative;
}
.pro-content .title span {
  font-size: 0.14rem;
}
.pro-content .title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12.5%;
  border-bottom: 2px solid #0261e3;
}
.pro-content .title:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 87.5%;
  border-bottom: 2px solid #000;
}
.pro-content .main {
  padding-right: .25rem;
  overflow: hidden;
}
.pro-content .main .con {
  padding: .7rem .5rem;
  background: #fff;
  line-height: 1.5;
}
.pro-content .side {
  width: 20%;
}
.pro-content .side li {
  margin-bottom: .2rem;
}
.pro-content .side li .img {
  background: #fff;
  text-align: center;
  padding: 20% 10%;
}
.pro-content .side li .img img {
  max-width: 90%;
}
.pro-content .side li .txt {
  padding-top: .15rem;
  padding-bottom: .15rem;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #333;
}
.pro-content .side li .txt h4 {
  color: #fff;
}
.pro-content .side li .txt p {
  height: 50px;
  overflow: hidden;
  margin-top: 6px;
  color: #0261e3;
  font-size: 0.14rem;
  line-height: 25px;
}
.pro-content .side li:hover .txt {
  background-color: #0261e3;
}
.footer {
  padding-top: .4rem;
  z-index: 999;
  color: #fff;
  font-size: .14rem;
  background: #0d68e4;
}
.footer-hd {
  padding-bottom: .48rem;
}
.footer-info {
  text-align: right;
}
.footer-info .code {
  padding-left: 5vw;
}
.footer-info .code img {
  width: 1.7rem;
  padding: .05rem;
  background-color: #fff;
}
.footer-info .code p {
  margin-top: .1rem;
  text-align: center;
}
.footer-info .phone {
  padding: 0 5vw;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
.footer-info .phone dd {
  margin-bottom: .1rem;
}
.footer dl {
  display: inline-block;
  padding-right: 5vw;
  vertical-align: top;
  text-align: left;
}
.footer dl:last-of-type {
  padding-right: 0;
}
.footer dl dt {
  padding-bottom: .2rem;
  color: #fff;
  font-size: .2rem;
}
.footer dl dd {
  margin-bottom: .1rem;
}
.footer dl a {
  display: inline-block;
  opacity: .8;
  font-size: .16rem
}
.footer dl p {
  max-width: 2.6rem;
  opacity: .8;
  font-size: .16rem
}
.footer .links {
  line-height: 2;
  font-size: .14rem;
  margin-bottom: .15rem;
}
.footer .links span,
.footer .links a {
  opacity: .5;
}
.footer .copy {
  font-size: .14rem;
}
.footer .copy .w {
  padding: .2rem 0;
  border-top: 1px solid #407bce;
}
.footer .copy span,
.footer .copy a {
  opacity: .5;
}
.footer .line {
  margin: 0 .15rem;
}
.footer a {
  transition: transform .3s;
}
.footer a:hover {
  opacity: 1;
  text-decoration: underline;
  transform: translateX(3px);
}
.sea-product {
  padding-top: 10px;
}
.sea-product ul.mycol {
  margin: 0 -10px;
}
.sea-product li.col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sea-product li {
  transition: all .3s;
}
.sea-product li:hover {
  transform: translateY(-10px);
}
.sea-product li .img {
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}
.sea-product li img {
  max-width: 80%;
  max-height: 80%;
}
.sea-product li h4 {
  height: 50px;
  line-height: 50px;
  color: #1e242b;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 70px;
  }
}
@media (max-width: 1700px) {
  .w {
    width: 1500px;
  }
}
@media (max-width: 1520px) {
  .w {
    width: 96%;
  }
  /*.header .logo .name span {font-size: 22px;}*/
/*.header .logo .name i{font-size: 16px;}*/
.header .logo .welcome img{width: 78%}
.header-side .phone b{font-size: 20px;}
}

}
@media (max-width: 1340px) {
  .w {
    width: 86%;
  }

  .index-case .body .pro-box{padding-top: 1.2rem;}
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
  .header-m {
    display: block;
  }
  .footer-info {
    margin-right: 2vw;
  }
  .footer-hd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }
  body {
    padding-top: .6rem;
  }
}
@media (max-width: 1100px) {
  .footer-nav {
    display: none;
  }
  .footer .child-inline-block {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .header-m .logo img {
    height: .4rem;
  }
  div.swiper-button-next,
  div.swiper-button-prev {
    display: none;
  }
  .swiper-pagination.swiper-pagination {
    bottom: .1rem;
  }
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    margin: 0 .1rem;
  }
  .com-padding {
    padding: .4rem 0;
  }
  .com-padding.pt0 {
    padding-top: 0;
  }
  .com-padding.pb0 {
    padding-bottom: 0;
  }
  .com-title h3 {
    font-size: .4rem;
  }
  .index-case .nav a {
    margin-bottom: .2rem;
  }
  .index-case .nav a span {
    font-size: .22rem;
    margin-left: .1rem;
  }
  .index-case .nav a i {
    height: .4rem;
  }
  .index-case .body .con .img {
    width: 100%;
  }
  .index-case .body .con .img img {
    height: auto;
  }
  .index-case .body .con .txt {
    padding: .6rem .4rem;
  }
  .index-case .body .pro-box {
    padding-left: .1rem;
    padding-right: .1rem;
    padding-bottom: .2rem;
    padding-top: .3rem;
  }
  .index-case .body .pro li .img {
    width: 100%;
    height: auto;
  }
  .index-case .body .pro div.swiper-button-next, .index-case .body .pro div.swiper-button-prev {
    display: block;
  }
  .index-case .body .index-case-pro {
    border: .16rem solid #0d68e4;
  }
  .index-case .body .con {
    width: 100%;
  }
  .index-product .body .nav {
    width: 100%;
    column-count: 2;
    column-gap: .1rem;
  }
  .index-product .body .nav > li {
    vertical-align: top;
  }
  .index-product .body .con-hd .search-form {
    padding: .08rem;
  }
  .index-product .body .con-hd .fr {
    font-size: .16rem;
    margin: .05rem 0;
  }
  .index-product .body .con-bd li {
    padding-bottom: 0;
    margin-top: .2rem;
  }
  .com-color li h4 {
    line-height: .5rem;
  }
  .index-form {
    margin-top: 0;
  }
  .index-form .body .tit p {
    font-size: .2rem;
    margin-left: .1rem;
    margin-top: .2rem;
  }
  .index-form .body .form .sub {
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    margin: 0;
    font-size: .2rem;
  }
  .index-form .body .form li {
    padding: 0;
  }
  .index-service .body .nav {
    width: 100%;
    text-align: center;
  }
  .index-service .body .nav p {
    display: inline-block;
    height: auto;
    line-height: 1;
    letter-spacing: 2px;
    padding: .2rem .1rem;
    margin: 0 .07rem;
    writing-mode: vertical-lr;
    text-align: center;
    vertical-align: middle;
  }
  .index-service .body .nav p img {
    margin-bottom: .1rem;
    margin-right: 0;
  }
  .index-service .body .con .img img {
    width: auto;
    height: 5rem;
  }
  .index-service .body .con .txt .t {
    margin-right: 4%;
    font-size: .26rem;
  }
  .index-service .body .con {
    overflow: hidden;
  }

  .index-news .body .list .item {
    margin-bottom: .3rem;
  }
  .index-news .body .faq {
    width: 100%;
    margin-left: 0;
  }

  .footer-hd {
    padding-bottom: 0;
  }

  .links {
    display: none;
  }
  .footer .copy {
    padding: .2rem 0;
    text-align: center;
  }
  .footer .copy .line {
    display: none;
  }
  .footer .copy span {
    display: block;
  }
  .footer .copy .fl,
  .footer .copy .fr {
    display: block;
    width: 100%;
  }

  .go-top {
    display: none;
    cursor: pointer;
  }
  .go-top:before,
  .go-top:after {
    content: '';
    position: fixed;
    right: .20rem;
    bottom: .30rem;
    width: .50rem;
    height: .50rem;
    background-color: #999;
    border-radius: 5px;
    z-index: 9999;
  }
  .go-top:hover:after {
    background: #ff0107;
  }
  .go-top:before {
    background: none;
    width: .20rem;
    height: .20rem;
    right: .34rem;
    bottom: .38rem;
    border: 3px solid #fff;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    z-index: 2;
    border-radius: 0;
    z-index: 99999;
  }
  .com-pages {
    font-size: .16rem;
  }
  .case.index-case .nav {
    padding-bottom: .3rem;
  }
  .case .body .title {
    padding: 0;
  }
  .index-case.case .body .case-list li .img {
    width: 100% !important;
    height: auto !important;
  }
  .index-case.case .body .pro {
    padding-bottom: 0;
  }
  .about-honor .main li .box {
    padding: 0 .1rem;
  }
  .about-photo .body li {
    margin-bottom: .2rem;
  }
  .news .main li .txt {
    padding: .2rem;
  }
  .page-nav a {
    padding: .15rem .05rem;
  }
  .contact-info-item {
    text-align: center;
  }
  .contact-info-item .img {
    display: inline-block;
  }
  .contact-form .body {
    padding: .3rem 5vw;
    padding-top: 0;
  }
  .contact-form .body .form li {
    margin-top: .2rem;
  }
  .contact .com-title h3 {
    font-size: .3rem;
  }
  .contact-map .info {
    width: 100%;
    padding: .3rem;
  }
  #map {
    height: 4rem;
  }

  .pro-detail .txt .phone .cpzx {
    padding: .1rem .3rem;
    font-size: .16rem;
  }
  .pro-content .main {
    padding-right: 0;
  }

  .index-product.show-product .body .con-hd .fl {
    display: none;
  }
  .index-product.show-product .body .con-hd .fr {
    float: left;
  }

  .position a.fr {
    display: none;
  }

  .news-detail .main-side-list .d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

}











/* 公共右侧 */
.izl-rmenu{
   margin-right: 0;
   width: 45px;
   position: fixed;
   right: 2px;
   top: 45%;
   /*-webkit-box-shadow: #DDD 0px 1px 5px;
   -moz-box-shadow: #DDD 0px 1px 5px;
   box-shadow: #DDD 0px 1px 5px;*/
   z-index:999;
}

/*qq点击*/
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 45%;
    /*-webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;*/
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/btn_erweima.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 45px;
    width: 45px;
    z-index:999;
    background-size: 100%;
    background-color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*长条横框*/
.izl-rmenu .consult{    
  background-image: url(../images/btn_phone.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-size: 100%;
    background-color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.izl-rmenu .consult .phone {
    background-color: #4285f4;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
    /*box-shadow: #DDD -1px 1px 4px;*/
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}

.izl-rmenu a.consult:hover{
  background-color:#4285f4;
}

/*显示图片*/
.izl-rmenu .cart {
    background-image: url(../images/btn_erweima.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 45px;
    width: 45px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    cursor: pointer;
    background-size: 100%;
    background-color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.izl-rmenu a.cart:hover{background-color:#4285f4;}

.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .cart .pic {
    display:none;
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 160px;
    background-size: 100%;
}
/*返回顶部*/
.izl-rmenu .btn_top {
    background-image: url(../images/btn_top.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 45px;
    width: 45px;
    background-size: 100%;
    background-color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*-webkit-transition: all 0s ease-in-out;*/
    /*-moz-transition: all 0s ease-in-out;*/
    /*-o-transition: all 0s ease-in-out;*/
    /*transition: all 0s ease-in-out;*/
}
.izl-rmenu .btn_top:hover {
  background-color:#4285f4;
}

/*qq*/
.izl-rmenu .btn_qq {
    background-image: url(../images/btn_qq.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 45px;
    width: 45px;
    background-size: 100%;
    background-color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*-webkit-transition: all 0s ease-in-out;*/
    /*-moz-transition: all 0s ease-in-out;*/
    /*-o-transition: all 0s ease-in-out;*/
    /*transition: all 0s ease-in-out;*/
}
.izl-rmenu .btn_qq:hover {
  background-color:#4285f4;
}
